home *** CD-ROM | disk | FTP | other *** search
- Path: Norway.EU.net!usenet
- From: patrick.hanevold@login.eunet.no (Patrick Hanevold)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Ceck out this bug. What the *** is SASC/6.56 doing?
- Date: 13 Mar 1996 04:20:34 GMT
- Organization: EUnet Norway
- Message-ID: <879.6646T4T2378@login.eunet.no>
- References: <1120.6643T91T406@login.eunet.no> <v24trvir4v.fsf@athena-e.eurpd.csg.mot.com>
- NNTP-Posting-Host: pc2.asker-pm2-1.eunet.no
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
-
- >You're probably overflowing your stack. That ULONG Palette is 6144 bytes,
- >and since it is a local variable it is stored on the stack.
- Try dividing by two, then you are getting a little closer. :)
-
- >Look at your CLI stack size. If it's low (especially lower than 7000)
- >then you need more. Set it to 20K and I bet you don't crash.
-
- >In SAS you can set long __stack = 10000 or whatever to force the program's
- >stack to be larger. Then you won't have to worry about the CLI stack.
-
- If it is the stack, then SC's stack check routines are crapp.
- Anyway, none of the OS calls themseves crash. Its SC's exit routines
- that messes around in memory. Avent checked so much whats going on around
- there, but it shouldnt crash with stack check or stack extend on.
-
- <sb>Patrick Hanevold - Virtual Reality developer
- <sb>patrick.hanevold@login.eunet.no
- <sb>Amiga and official Be developer
-
-